diff --git a/packages/FrontC/FrontC.3.4.3/opam b/packages/FrontC/FrontC.3.4.3/opam new file mode 100644 index 000000000..531b7ecb9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..76bf9cafc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..51312af0c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b785608e8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf22846eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6a17227e1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf2ecb70e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..22304949d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c8ba5043 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bc4ceddff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ff6d6c8e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7eb04295f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8108d627d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f6e7e189a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..714c43d0f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..67afeea96 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..197ba8502 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f50980012 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ebfe10048 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4c79319f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9fca3e86a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8147848cf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df6beb7b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d9581420a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5f494d37c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a0219e0e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dab5a4f64 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..66973be9a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..265337087 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9efb328da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d91d0d7b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5dc6c46a6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1c032457a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3939f3aaf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..165b17743 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8c38d628a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9aeaaa37f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6ed512afc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4eaa4cf3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9adefaac4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f6cb3d26f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29ffa7739 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c23509781 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c50e0710d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb380165d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..16d450de7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ec3f5d3c1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..360b26b15 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..de44a6599 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..daf07be1f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4db740701 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f5a6dfd85 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3e00ef9e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f4d96ba8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6b2a2e4fa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3acdac825 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c0770265f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2ac20ced1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c6c7a98de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e441bc995 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..39e5b5644 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d954b5ae4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4dfa97f00 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a30262be5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8ece6af61 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34aaecf4d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a05299e62 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..702628294 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..051618523 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c16fc8a87 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a6941f10 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2b11dcccf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..688fa930e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6e82e44c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3a64a50a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f3454bba3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b6b61b1ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..47f39f80b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dabff699a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61adf0c73 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6f90f5b13 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4120207b9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..44278e86a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40481c981 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f146bdb4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d9d2b34fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9eea9959f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7d8fa9278 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f115c9f8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..24a77805e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6f319b936 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..07b2888bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ecbf72208 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7a485c925 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..da102f1eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..25d3bc17f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c435b8ac8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a34d14515 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..99b9086e6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..062709977 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3cb15ef85 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ae617de8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3e5606dc0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..576c286eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..757ad6e02 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0c54fc945 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0086cc38b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..402790436 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1608d93cf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..33738bc72 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f7b156bbd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4427972ff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dda619d80 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b5cfa22f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6aa3c431 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d2740ebc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4850618b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..09a13a2ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b5ad17ae5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..520c0781f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..789ace162 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9ae84a427 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf2b75a06 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f1fc04855 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..349fb085d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a8ae3e04a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..17639e64d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1e18f346e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..891262324 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..30bfb65d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0785660b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ef6b2989c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..93de0ecc7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f5b90f7a2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..462e84e8e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9afdf163b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..13e8540fc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..78d7808c5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3b3bc4b48 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14ba9da42 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..16464b9e2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ceedbbd66 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40a23b9fd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ceefd12cf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7d404de36 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..62382a4f2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6f1ce17dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1d8ca74c9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d88c244be --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61ff8774b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b38f8709e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8d85bcabd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e153585d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2405c5ca2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1a67f31ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..05aeb80d4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48b4eea11 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a4cdacb6f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..54822b2e6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8afc0bb66 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df91dbb53 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1c878939d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..55c45c9e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..457854fcc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d2993f9a1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..47afc4d9b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e553f703c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..81d9dba0d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..37094e4cf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..647e006ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..63c90de49 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad884b533 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61decd20b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..badb5bef9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ac4c86723 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..840ee583d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ee2f23e6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..663ff4a59 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..69cc62399 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f356090f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ec950dc8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a3e16591f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4458ecdd3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f50f61821 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a7d63294 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fcb9c1689 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a2df5a564 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b3474a6f9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..99abc1074 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7c2ab1af0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f20c8d5d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4872bf767 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc5691fd8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6e07410d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c4140f3dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..71926d4d7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e69b3ffa1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5b7acbac0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..25f2b8e4f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2ec6f122f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b566895b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15ef16bf1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7df1bebea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..00091f26c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0fcd9b075 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8962e9e1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57ee8c27d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..53a6feb3f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57e1b64d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b79118e3a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc2d0f592 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd4269759 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dc9818f8a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc5b70659 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf1aa385b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..89be86e5e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb026a4dd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..37322fcb8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f41855892 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..361d917f9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c46943f1e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f3984f1ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e7ec220eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..62e0d3a04 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..230c721b9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..044a78bc0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f8aa66a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3076c193d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8ae520bf5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29ad1099a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7efa6f732 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..24c146bee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f115d8870 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5a54b7a42 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..63a981181 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..43f6d3c54 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a70594784 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e86965b37 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5e0de9b43 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ab77ec49f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d2a0598a0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d669856cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..379d09db1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c0706305f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..74b37eb56 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..03f511711 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f760eba2a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ab7d8a04e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61e1b7538 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4706056ff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c7126300f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..52f71e587 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eed8eb171 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a5c2d5360 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7e0a8dea8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1a43f5afb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a5773667 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b6ea9aa9a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..da7bcfbc2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f40af5081 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3a6911b0f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cb637fb5d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a2cc9d9e8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b7fcdc4d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ddff9d63a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6bf18f137 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..035415381 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0322631a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e4c994637 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed79d0542 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b49257b0a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..93d0338d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3a5a2eb93 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f60879392 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f3849787e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b59aa4e9f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ea67ced9f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..227b093a6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e35e44385 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..16fc3bc5d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0dd706c48 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0d903857b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..180946c42 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..11c6f9fbc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4851edc9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eede8d92e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd290f099 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e4d408133 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a3995dd15 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..11a815c3b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f9d9c844e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0badc7e15 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ebd3e749d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..996c9fa24 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..41265080f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b0eab534d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..354a1f710 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..86a1a3119 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23d8f654b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23d2516d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..806383974 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6346cb12e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..00cf7b866 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b828c3201 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..107cafe2b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bb165d50e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7485af890 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..faeb1011e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..893800308 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c3a56330d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fa916f5d2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9e9d34918 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9e9d34918 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa81dafb1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5bd1a87ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe18b0373 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9076a22b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ec8813cf5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0255cac35 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..45c68d786 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a1544655e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..77584371d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a298ae81 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..50e23ba15 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d164c6158 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..811e5079f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c24a4ea89 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d46f98ace --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..90d0c7a6e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e0aa6dcb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..72a41f264 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c4d44a938 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..469ba695b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f630398a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..135c153f5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..65dac2036 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e51b6ee2b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f56fd9acb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9fe9c9fd7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6b07e0efd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..44d54f8a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8d28240e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34df3aa61 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4bbf0d4e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b645842cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b467f368e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9e85bbc1f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b96d3a3e8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b7ea21599 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0a570d860 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e3805d55a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e258f58cb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6cbf849f6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..beea2d2e8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d49e2a8e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bc3b5f056 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2c202aef2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0a81f3509 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6539360b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..81f8aba26 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..636511229 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ffb900fbd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d49a2d888 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1dfeed07d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7f8c1fe07 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a2ec21e84 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e72e1b08e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e9f1764c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..06777ae48 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc19b2221 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b8ea177ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..24edb01b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f3d2eb0f2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a602c909 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..65885b3d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8e0ff4831 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3549b15aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8bf4aec85 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b86380d4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ff990cf42 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8ea9dd3e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34e67d1aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5387d6bdc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..563f4d365 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ea12adf35 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d1a7296b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f7ee8092 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f00a65087 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..376d0430e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6ec3879cb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..97dd08873 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa64ac69d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a628273da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..595f1da5c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2c3afad55 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f29c4def0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..370e1d1a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..afa86499e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..abac5541c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..206e002a2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2355575df --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a8419a69a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9c6a03ecf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e730823d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df7570002 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1c877c889 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..43106844d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb56527b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8868eb225 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85c71be33 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..41b516765 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1805c0a37 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..625056393 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ab5f35101 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..617e968b3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..94c23c4e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0bd74d7aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed7ffd820 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..928af81b9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f245f56bd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..65d08837d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd1136094 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3d2a48d60 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2b0573a58 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc8ef882b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..16c2befaf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9d4355569 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..800614654 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ccf657f3a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..80d86365a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..07814938a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2ad471094 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2184697cb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8dddd3e8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4bc8fcd5b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b004fd00a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..894afa408 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..50d530c35 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc7eb531b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0683f703f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e6e34afb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b3c8bcefb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b9ce88633 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..408520881 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f7cda811 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f9e0c087b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f611a6a59 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e5099056d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dd6748e55 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..22d92b790 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f41499fc7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34cbd3b93 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3d6050328 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6d73350f8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..417bd21ff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f428a976f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f428a976f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a3c3030e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f0d1e879d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bd1041b9c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..743077a51 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8888e33fa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5bfccfabd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d982f0627 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..926ed36cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..814614157 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c0083c4b9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aeb828e3d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a396d96c0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..28196a810 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2490a3602 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ff240dfde --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a12b5e001 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..447126549 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bb235957b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1b7517566 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..836c8f172 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3a1ef918f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0313ce946 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dce5ee575 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e3be503bd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f11e38dfd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0e229bb2d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7607a7e7c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8483de043 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b55925ce3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa1163744 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f21abbf0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2f6150b60 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0cfa3e3cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d55de7da8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a84ef1000 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f4de0f732 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c018f4fde --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d77f8046f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5dcb8d9bd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c11e868bc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..530091904 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..75315cb98 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ca46aa203 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c5fa2539e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e84be3a91 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3af1a2281 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ded78715 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0720ca0ef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..de0223385 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2184827d9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57fe813bc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf3c9a8ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..feeb16224 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..335022558 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5d3f7ba64 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1d532095d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b47ed0de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6eac8eb2f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9f0a12c43 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..995e17dcc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d7d664c3b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..de88c6106 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4cba5cbd1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9092c198f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5b3796561 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2119e2a46 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c3d8b21ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..78e262e29 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..01fe11b8f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..747592734 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d9c7837bd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f32e91b80 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4275cbf91 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..20aaf8192 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c9f96495 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6eba2c4d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e5ec623d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..595b9c183 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..381a93cd3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1286cd388 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eaaf907c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..be06de8b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f40567755 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e09746bae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14e15f209 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f24b03a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f4b28b19 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2391eb2ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e1ef9ae40 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3fa9b3304 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..363fbbf43 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c128c5149 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..afbe62c98 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15b3c7e77 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..01a2ed293 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c4b0a7135 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e5910171b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b9db3f261 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f5abf2fe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0a397dcdb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a1597290e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b13521baf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7090fc99b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dfd5a8d1f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..55c809611 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0d63f74d0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f7ee14fd4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b9ccf8659 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cb6f6740e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..68e3428f3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..123c8ad47 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c846c8501 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1cf77d976 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..31e8e92f3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f72dcaa9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bd23a40b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..21c35693c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2ae11205 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..743646afc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..956e19fd3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f29e3008 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa54c26c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dcd3706e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd1bf5c18 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..91af09cc2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ada35b426 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e48769b63 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8bb8400ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d30fd84c1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..613eddf8d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..710eb920e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6d48f2386 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..494c943b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c6722f65c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e1ba6441e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7cf7b76e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ded42ad2e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1290ab9b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..623e149a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f7bb6a69 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..44fdd530a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..38ce1f2cf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bd1a971fd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e586d03d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f174b6ef8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7c2084661 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ff2f6b825 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c900c5db9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ff3a989c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ec0e4f5c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6acab2578 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c7deeb2fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3219e5e62 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3105d3e31 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f5a0bfc9f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..acc51cf6e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d2c1aad0a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..39980636b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d416f113b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9aca37b3d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d6a196789 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bc98fb5d7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6125b264a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3805b3cc3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e18f2ff13 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a55c3c251 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..20c475980 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..410ac0ff8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85fee9005 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a54a601f7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a6e72cf3c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc10bd967 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..293e6f8dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5a7315f8d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..69a14ee9a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49c1b8eaf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a933ce5a8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fceea2a5a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3051dfc44 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f99799210 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..728fa0562 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8d5ceaae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c6eb08b72 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79fd8b9e6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..53e8c0ebf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ffaf83395 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..609789a98 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..88aa5fdd1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8d442a911 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6e6eed65 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2221e6f74 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..105d6af86 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc324f1ce --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..45fd0c9ab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29c401839 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bce98db5b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7a8a74eae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd6368d20 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c895572b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ea09ccab5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..780e33f95 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..353873dbb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a463314a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d1f5b706e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2bc8ad6f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..44fd0b011 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f1d38a67 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f223f98f7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1d3ac9633 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6aa0ffbfb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..adaf42c5d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..38d201872 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc29283c1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..afc1d09e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3c47511c1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0e464b8c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7a53a39fc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0279b9237 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bbf6bc2ae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0dea100ff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2c2ce59d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ff6c257a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..435d9543a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9c723558c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e56b334ce --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f49b8c235 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..da3c1d9e0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5482d4f68 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7307a312e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8e15fc0f9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c63f0d04 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc6242609 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0297f298b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5f3e6b4a1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9e4818a98 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6cde0d1db --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..865059bec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d0e83cba1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc3688971 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..356cee7d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c65677f19 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa5ec8152 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c2c942cec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1188d8b1f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd7687374 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4e36c5fa2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf91a55e2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..64de56c57 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2c4bcd28f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8e2a5c8d4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8e9da43f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2c7fbbf85 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f52c191e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14d91e71e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..672081c56 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..05d8aea39 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3fe0373f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f95b9096a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..937e4a8f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2efb62fc3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9f5fc880b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5e9f6ffbd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a9b51a892 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8702a591e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2f0890ff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5bdf2119e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d655f22ae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..faf1fe0e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6403a594d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d034d5a71 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..97cfe040d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e9446d37a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..508a7a11d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..82fd7b6af --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e9a4a9d4b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..af06959da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c6c899495 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4e38ab20a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..09e5fe894 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..16a76ace3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ba46edbc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..32fbf7a15 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..343794875 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b0fb74ff7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ef2f62097 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d497594f7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..626b2e802 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d1926021f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c07d26b44 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c27e45377 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1a8fc7d82 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57d90f966 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3e3f54281 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..64ab7583b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8553b729a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..606bede2f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6880f697e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad0e7edc2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa2b1814e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1d744295f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4df4d27ae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5bf1ab9ad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a819ded5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..26a4908c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a5849a584 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e0c6c9483 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d56d4b8a6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b875bed52 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79e33bee2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d70b57eb2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9ee777b02 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1fa40cf9a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9b3700f8f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6411b66e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e281e61c5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0a6ccfab7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..18e75428b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c56f8257b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4d17af28 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..077cab9d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..892a59261 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..82c8e7e29 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..517f43695 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..31c79f246 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..44a058ecc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5c35b7c87 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f3efb8f6f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..381429020 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a19a91df --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf08a279a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85737195f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..01d44c33b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..157ab2430 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3760f76f4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4d3188a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14630aeb2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f5c37e4e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ae85a49bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fca9b7be6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..83bdaa792 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a65bc3fad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..60752ba65 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e0ce35e49 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e624d34b2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0176b93a4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..756ff91e4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bd236a7b9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49431985c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..898df1480 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d433587c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e199163f5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a0374be95 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..20f0e5a19 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2f7818c80 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..97be513dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3c7d73299 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d36b5a172 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e54d196a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e9145aa70 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5b0498572 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8655f6b8d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..588396adb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ecc7123bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c7350474 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd2be9fed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..229465b65 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b5338cd9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..26bb0ae99 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5beb4b5ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..82e0158df --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..398f0e8c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..edec3e5d8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f53f5fdf8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..98c113d19 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8aa48397f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..81fe0ee3b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..41f382e7e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..287435d25 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d816da366 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f24610569 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a88794d1a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..439764816 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29cd07961 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7927ec6eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..be18f4ee0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a4dcb7919 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..83d32ca29 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ce37e60fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4ed14e3f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..814326944 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bdcda7bcf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ac878be58 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4b3beec2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..99fdf0877 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57b30cc10 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e437e26e2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0beeb9c51 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad1cca5c0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..68e6db339 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5246135ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c30842a0d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f439256ad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ee7567886 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b02c4466e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b79571ce1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7887974a0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..78ba306de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..63967c2d6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ebf859d69 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a38a87bdf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a09a09a11 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..535cdae7a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c147986da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6ea7a9356 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c1e4c0939 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..722af72a1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dcfa101ac --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f18e1f89a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8401c4d37 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4de438e9f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..307a02382 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..970929143 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c094413c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2cdf37675 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..619368480 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..99bec17b7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14408914b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ee0dc6e1f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..96fd6a6dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1450a8cb7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04fc3ddbb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d2087a494 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..355e79e2d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2ce89c15e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..215db7531 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7d16aa30f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..89d60d090 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd0143892 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..017470988 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fa1656cb6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..268d1f210 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..72e921f1f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a9eb915e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c7cb70c55 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ce5dc3da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..67053059a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e7510647 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9496d230 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3d3df5c7b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c3467d837 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d412b63ef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4de812414 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a50858bea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..779b2f30f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad5081090 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f22ec282f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..10eeb6d24 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a933c12b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0c975ccd3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0fceae684 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b9bd0fac4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..73029595b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..573e79a74 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a9aee5a22 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b823ad452 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5fb93d22c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23b3c709c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5dcf4d231 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..639cac389 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6d91cec71 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..77a6942bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5d2825e76 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5d933b66b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4436e88aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..27456f131 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cab1da084 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ae0c46f3a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..edbc1181b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6197facb6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..66f681d51 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c50e0df80 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3033d9c94 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2ed1ea3d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..84d72fc36 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d506946b2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f49cc0ba2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bcd5538e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4e5167d59 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..913752a93 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7e0de34f9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cffa8f989 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6bf74413a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b68afa296 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..515b4332e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f9a9d28e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..60c9acc7e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d634454b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c430eca50 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ed697acc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9842c7ed1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5b888d15c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6cd63cde6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..634ec6407 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57a4bd36d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..104dccb53 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..455962b65 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23ecc5858 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..00ea45649 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a462d33e4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40037f893 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a4ef08774 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3352326ef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..343212ee2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..63dc7f658 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fa5a74f42 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..99c560eae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..55b8128ab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..84a975023 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3d2bccf51 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3eb6d7bb7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5c2e43c47 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b006fd591 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..41d42466f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b85277e34 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0a6417ed8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aaf8470d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0aa70095b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f287ec3ee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..59b13b366 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..396b42bb0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5e7d635ac --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6f6a8fca4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ddd39305 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ce287a5e2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e8291631b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61fe6f039 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b52926de5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48ea974e2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c57690d8a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f49a2159 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f9e0c7dfd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f1a8c8c9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1a8ead2ac --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0d2912162 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b08c9dd5a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..985e3b0dd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b012e49cb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..212705f62 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e20fd1136 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5768dd3e2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..91d8d2097 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0025a1c96 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d654d7f2a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57b9ed2aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3eb0dd2a2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b2d02ba83 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d792cf43 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd4a10141 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4895f85a4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b580a5da1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9e7d0ce5f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..898951947 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cccd2b161 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ae1212069 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..389134c1a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f560b7b43 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ca2311a24 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..00f5f2f3d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..708424062 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e27d7a4c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c4a04293 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..748eb3241 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b91159e18 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ff369b87 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f876fcf50 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bd7f72cc9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..442085039 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..161558c60 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d598b2ebb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..769680028 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..21c2eab4a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..722924c01 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7fe5fbab7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7bcf28bf7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..69a2a0a6c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..841ed9574 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..47d55390c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..45b33e2a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8fa850583 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..141c5439e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aad354819 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..717656051 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ce50dc3de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..acec26213 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d519f9b24 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..936ccb8fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61f2323ff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..10c1ba2f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ae7846ce9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6a1670af4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8fef10240 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57f8136f5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d6a9b9769 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7f24074ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14856ac69 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5bc6eb995 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..52a435658 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ffee71723 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..799e1933a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..669211237 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48706f137 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e1a4f0c2f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7341f074e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd36cebd5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e9b5ba294 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b71c9a7de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49efd7428 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a1b616b45 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..47639ad61 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0a15715b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..de9ac31c1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f55137dd7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e72480ed0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..55ce93946 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed5bd2aa2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8d82db7ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..de508c77a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6166e171a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..69a64a00d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..65895b3db --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7d570c54a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..68fbc99d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5290f559a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..32adfd9c1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..524049240 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9f79c204 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6248c9574 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e58bb6e9f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cba6532fa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4ed6b7739 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f4c9a8c92 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..471e94af8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b2df6c082 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..21f32744a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..66c5a3070 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..abc779f62 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..60c0a63c3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..26e578931 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..925458302 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8b6ebaaa6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f517e061 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc1a4bf0c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49158df3f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a07128b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85300e2b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a20f990e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e348bb335 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d7c68d70 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..28c47c472 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9c3714286 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8802d0108 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9ba6ec98e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..705458e05 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ba0382a6e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..484d9d7d8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..81223248e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f7e8b683f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..969708fff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9b47055f9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fce29e264 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4348a260b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..432c49e20 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f4fd52dda --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b7f1cf6e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f5f15e0f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85252d26d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..152ccff07 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf8f2c15a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c3a892bd0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa54d776b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c0a108925 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..44c1b9f41 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57593bd63 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2144df59c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f90d120d6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..988237b2f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..234253f21 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3e34d7bf3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..da15c7198 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6da1824c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6a0324254 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4264c6da4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e9430316b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5e365255f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..28ea51b55 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0d6c36397 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a7cc66b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3a710e7a1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..88db9f5fe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..588291ba6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..367896039 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f1ee79efc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f51664051 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fad5db2b9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..885c642f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dbbefbf62 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c5f311296 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc9f8ccca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c85339ac9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6d8a69856 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a2986e3a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..481bed46f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6d3bfa828 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d3b67529f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f9a0a3d9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e3a8b3bec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4defcb8a8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4ca1cf405 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8da10621f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b98498831 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..02ceea206 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d11695bfb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e99a61271 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b196235eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..58efafc39 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a4fe71466 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..59d84a654 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1d70c7a03 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bfe44a5fc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..526231aad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..25b6a4186 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f53ed5e78 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7df199dc3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..67dfff237 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9ac06936c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5d8dab755 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df5bab03a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..af7e94206 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..629b95a21 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..903667b91 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..46cbe0087 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1c16cb56d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..615ff0a91 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..31ce7a3a2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd464b480 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f689d6a03 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f233f4afd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f3232ca06 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9be026829 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d60aafd27 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..37d17aaa8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..da98ad336 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..08ba8e489 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..680ac0dba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ab13c10dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8e6b83906 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3d3f84f79 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..72932e65a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2de2146c2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f61174a97 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..77071bcbf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..216d26a5b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bba4b127e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..52c0e2c19 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9679217ea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bef42c171 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a29abf6b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f2e33a37 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9d9803b42 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..24cddb9b4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a381eb31a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ec7ec640 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6b75fdbb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..68af21dad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b15dd54f9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f1c0d78cc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dbc0ff99c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cb2afa962 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0193cdbda --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..58ad67a64 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b8650fcd2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc6f46f2b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..467ed489a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04c9e47e0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5519326df --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6277e326e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..98bb078b4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..82cade18b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3de43a72a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4cd9db668 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9146f2354 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..20b50b394 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..25fa25403 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc3ede62c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dc9bc6b12 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..932ca50d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e27ec2b9b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ffc083cdf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b0b80abb8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a4f633bfc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3a7d5c8fd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9fd5e982 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b5a3b118b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6bc9ba009 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..13c1c61de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..96678f536 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..edaad1eab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dcdc42a2b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..257b2817e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b2830e3cb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61f6a50f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..01036140a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f448140c2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..80aaa9266 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d4fd0204e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f97ee8940 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..45daa0cb1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..253d112f9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df131e738 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e56b430b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..318f744f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..66f758c4c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b08f8c583 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ddab52658 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8741826b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..66cd37c6a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2a140475 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2e8ee3fd9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ce0042577 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e00593c90 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3fa24a94d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8132eab8b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..501b0d1a1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5b2f6eb0d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e36c4d793 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..805aaf4a0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e23452e52 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5b94a68b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d9a93a974 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0bbe3f9b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..19809c94b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..81ec1beeb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c1fc2bab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3a844bb63 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0768eb1f5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..523101e67 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..527e32617 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..93ee37f34 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8212e25f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f3622f7de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3684eb531 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9280ec847 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bb2e614b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4d1ccc8f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bad7088a0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc558566a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..290e6e325 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7547fecd9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2aa376f47 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ca9ef52a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b17f02e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e1ff37908 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..467b7bfe9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe182f494 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..617410615 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..12e7fa0b7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..295997baf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..41b4eed91 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34f7e3c34 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a79dc4dc9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..405438626 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1cde80477 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f340f138 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f80b036b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..89723d02c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..adbafdf37 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1812a1c81 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..847326202 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9110b6ee6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..50f33e315 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1667dcb9d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..797339506 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5e7d7efe9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bff66f883 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..26b8689bc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e616e69d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4da40dc5e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d2f119d16 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ee082ef6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9c0e85583 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..012f355c5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..56d581d02 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..52c7b7651 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e3587a12a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e121aead4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a2eb07cd3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..febed7a2a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a170cfdea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..20a5a2d33 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..35f57801f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..abb1ce4a8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..78c145ce1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f5ad2c05 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a0af8e94 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bcc4df04d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f28b1505f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6b6f43005 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..474bbc6b2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..96e1c4c14 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fce9e9956 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..94a6b299b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fee77d295 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6766cc708 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e893f8526 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3236a540c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..90a928668 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bbf109049 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc53df908 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a75904a6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d6e2633ab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..698e37143 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6d7c19917 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..47759a80e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a68338a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c995a96b7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..332d3b337 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..82b74b30d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d2a213c6c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0eabcc0ad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ebc647020 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..530cf0375 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ef8a6d492 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40566ce89 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..18a8c624b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c69c9ef13 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40078e8af --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf4888efd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..497522249 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85f878ce6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6ae45b136 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..74bc87503 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5c428cc36 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a086f3865 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..83d6ed478 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8667beb7c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e57534bee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e350dbc0d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e10df2d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..64b6877de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c06486a75 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ce0869793 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..90c3a3fc0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5918d94af --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2199109a1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1bc9a8b52 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2ead7ca0a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b55c52029 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f9e31180 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f7e8213e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ebbb1b4d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b38ce1867 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..be093eb26 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..59148711b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a3d8f1a56 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7d8dab618 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d31f22237 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f368fd779 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8b69ecec7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29e4f00a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..81a385949 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d5e582cb9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a1b15920 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..186e78e5d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc7a8715f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..06816f696 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c32b0d91b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..549c94e01 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48ca66593 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3078129c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..839ada35e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2e276370b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c173754b5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eec4bd407 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe62c8ea8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f9db5841 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cbc37574a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..46eed51d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..806405ca6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd222ceaf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c2c048a6c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5e8cec541 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e00d079fd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f8490b7f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ec4826fd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a9f3af24 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..505f196f3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..46865513f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..819c1d2a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..71e76884f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..be63b2b95 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..44dfa89da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c2a18abaf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d4e25b390 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4cd4e2792 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..282e1ce2a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3fd5e271f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..12a1f4c79 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..35a1dc3f6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b337d6605 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a25e8c09d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..44704b08a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..521a58c10 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5fb2ae77b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a9d5cd461 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7cfdea232 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79d2d015d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b03144a82 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2dc5e8f20 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..86e488a0c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b789033c3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0b845acd7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6d8ede04 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8b7abbde7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9b3467714 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..766dc3f81 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..35ac25b0c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..be8271bba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d17970174 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a5b96c983 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed0405c3e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b8160042b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dbd345eee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e12251aa9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ce4307c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eae90a070 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..992a2259d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..70b03b9d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e586115e2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..afa71defa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..067ad5b79 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c58ce9adf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dbf6c7587 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e32ed8016 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..892c2859f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15a79fec7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f5b892360 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40c2b4f42 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f52620723 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc75e6b36 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..93048d4d0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c1c2cc7f4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad77dee4b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d72be3b2a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..484c81362 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ba27670de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aabb87dbc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7da34b66b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e932e2954 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d2658953d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..53ef332ad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6046872a1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..17a942528 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..21fa277eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49d005aaf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4216af30 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9805654ef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cfb0f643f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ba799fcde --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc3e6003d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b1944d6cf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b578a313b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8b0ee5342 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cda19fad2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2ef065f48 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b8c027f78 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..90d8ed9c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fca34ed35 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6327fe12b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f05177e4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d63b64306 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..99c30b9e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7d9ef4c69 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eeef558d2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df8dec627 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..065cacb24 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..06cdd44fa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..77d22608f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1afda74ce --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..282239dda --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9d8a8be40 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..50258c6a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0c72039e9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b719cf13e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cb54c5b57 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e0d505857 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dc39841fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bb5112e24 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..13a147378 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a51ed3336 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..039dd4567 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..38c7c741d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0c24318cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cfc798dc5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..44917e5b2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..386339631 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..33010f9d2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d98f48558 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8e0d53c81 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2b5d3a274 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b810f14d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23694607b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3b341e1c2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..28989269d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..41fa9c7ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5888f4edc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5d026b328 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cdb921cf1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a130fc989 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5b1ab7998 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b1558dc9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b813f7b79 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fbd49c85b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e7d648bd8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..83c409ef0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a3caae867 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d3abb0794 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..08bc50019 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7400460fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..696785bf4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1fbdab0d7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..db6fe3011 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9337fa75d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..46800f751 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f05b988a4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ceb8da8e9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..062fc54e1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0cd7dbbf6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6b362892c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1e400c892 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f3591bba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4148dcd40 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a12a9f634 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..38580c857 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1dc3e76c0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5506995d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d60e232e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f505a4ccb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b3d3aa5a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f1002ae1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6609964ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b904c4bc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b0a8cb08d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f93fd2979 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8e2c4d93a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e3ad685b7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ff625fada --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..367a3da03 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ffe073d5b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..32d1f177f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..258d56a4e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3301746cf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e74a02230 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fef754d19 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0125ec512 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f47a81e6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8edb05792 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7d6ce7a7a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e91fcaf0e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7d34850ae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..310866929 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f40314638 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..694ebb382 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..87d023873 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..31564ad59 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0a04ab3ee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cb6a4f403 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..12063b193 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b693bd19e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e146f0fd4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ee2eefe69 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e2e343e15 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..053c2f1aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d83d7c1fd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..752205edc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9c95d98d7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f11488fb4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc262da68 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f464c05a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3fb4c4069 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ebbcc25f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..797ebeb4e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ae9c52661 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..80aa00c82 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..58f2d6c2c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cae6386cb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..799f2b719 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..22f76d771 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48fe9ca07 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f86941896 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5c77bdec9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0083c9d75 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9cf40d911 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f11c4d16d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aaee87cfd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15bf334b4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..936b0d2a2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1aa900faf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c76dbe5f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fdcadde5c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6ed638651 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..41903d223 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fbfca7df3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ef34fb724 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..31db688fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..08a7b29fa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a18c1d3e1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a39dcc302 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..69e9e56a2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..31165835a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..be424a7d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6ce0d37cb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..76b46841b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..573f9b3bd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..03add1982 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cdac745d0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2865a110d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b5c6e6ed2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f60477efe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3a9e15bbf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5657d13e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8eb997a0c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf6e604cf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bc8f9e278 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e4e5cfe9a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eb8314e44 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e844cb2c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5f6658ed6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aac02229b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7a595b560 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..610d6b9c3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dae1ef8b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0e3eab1e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8dfaf9ead --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..24ea88373 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad3fad1c3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9cb09e052 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cda0f9603 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9ff286517 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..413428a2d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4e6bbc7fc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7799d1422 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8713b980 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2497c3c79 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..44269007e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c8845d97 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49d398dc5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d80237ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf8ea624a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4d42e5c98 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dae2313d2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34b8fd874 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cbbcd8685 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..129aaa1ac --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf4979ff0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c59b4f989 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f03497c02 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d556d668c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2656eb60 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f204a2651 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..82f1088f2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d34acf6dd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b98c71755 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f474045b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..adcc89cdb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..562c8b238 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e78344351 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a0981389b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b9d43a9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..27385b544 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f8f7de2a1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b61c644ce --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2db0afdf7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..264b906ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..157824176 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..148e9d204 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a542591f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2fdb4cfeb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..797210e6c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cec6a7f1c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..371ecebd7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..13d8d8d95 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61bd21544 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf8783828 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..84ea10587 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..71e90782d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..730e5df5b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6884caebe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5180ddcf0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d6604bc11 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..239c7ee5a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15ad42de0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ff4ca23ea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ef2636460 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..54954ecf5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..273633917 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0be8adfe9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0af72c16b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..76ddd32eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..128142cc9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34334ad36 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..331a72b2e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..805df07e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b1463d805 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5bfdeec79 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e791a3332 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14e0acbaf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d67e6ba1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7a16233f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fda7f4584 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e20fabfac --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..95cd18ebe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..25836de13 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5faeaadd2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c0d9f5f3b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2e45c23cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0d2d2e6a4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e211c3bdf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7f07fb22e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..427423d78 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..31c3d9245 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a0b19fa6a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..960f56866 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..395031e94 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..19d30e367 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8b0534029 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6172b16d2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e21d52687 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..89c56b2ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..72924dbea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..75d725666 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..94c8242d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4dcdbdc23 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ca792a5d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2dc2cc620 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1d63fee22 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..67a66a8c7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f27fedce1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5dd243803 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8d2feda2e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ab22782c1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6dc1a6cdd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e9bd919f8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dc61a8e14 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4da5b80aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..345a19927 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a60e297f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7f5738044 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fbfe9357a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1ee137dfb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..568171357 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..19d9974a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f7eab395 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0df943881 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..42178d8ef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c32057786 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..390fe69dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..649d0e35e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7c74cdc5e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2e0346c68 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..73472305d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1b65c3948 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0a0819b10 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a8007471 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6ed985a58 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d62567510 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8278d644b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ac58b8744 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aaa6a3ac3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c3b49660a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a9e1a97b5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..71f44453a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2309de25 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc1764318 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..38252cf4a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3adbd8dbb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dba6460de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f8405a688 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f469dcd97 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cfca38c73 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ca38607dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf66bbe85 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..988b83db1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..da8a133ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bedd881a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd15dccd8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fbe8d0e32 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ddcb051cc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5bd5d19da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6d17e86b4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df0525001 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a89c9afc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8db412e5c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f6b51c366 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14daa326b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..da8ca3b56 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..feaef0960 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cacbe5bc9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b3b37c1b3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..47b2a9de5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9965a4307 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..26fea19ff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ab0a7fb09 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..986a61f87 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..556a96490 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..26cf559a2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..db56b2d80 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9601f40eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2ae561e00 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..64b6a5701 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bce4917ab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..75bf88825 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..70f8db424 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e14f8eeba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..05242bfe8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b21747c9b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..216da5444 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e907d46c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..104d57a46 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8aee18dc1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..659c55521 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b308c3a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d1d8d243b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a3e037aeb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5edf00c38 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e327a88df --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6ff6bece3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf73ba714 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4124ceb35 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a6fc9b76 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e5de95d18 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9a7908aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3aeb00eae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..42c90666e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bba7d2440 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ad3a62f7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5676ad1b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b511f63ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd7f1e4f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2763c7d9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4cea02327 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..758ac7d1c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c22b240fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bfcbfc046 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e962d5867 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b0307fd28 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9208fc9af --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eeedebdd9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c7863ba5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f04adc4d4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a3d4768bf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6982c160b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd2d162a6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3397e5cf6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ac2be35c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04b4b64e1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9fb6a3ef6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d4cfd2b39 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9501b495 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6dab49716 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b24e803a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57624c70e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8c919e409 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c7f8d5c23 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..542f4667b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dca0e733c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ef5b65037 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c53406db4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..024397179 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c794c8788 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ea9592d7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9e99524ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ee58dbdec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..88f55829a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..950c0e3e0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..438f55766 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..70ca37a45 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..25fbd43d2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5d4e17f81 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f852e4364 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..94a87b258 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..36f05d1b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9faddd598 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..33e9e6290 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c535c3e4d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..33b1950b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..06ab9bb02 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..19c25735f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b7d18bc8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..08396a36a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b555913f6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d43d983a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5a451176f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..abb181786 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2e07d29c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f252ae8b4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c6292b808 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a7d5212fd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..06f286330 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4de9b4d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ac08cae33 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a899f7b11 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad58115de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e1c0e64a0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bd5e763ef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7efe8ec7f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2ae11585b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dc0e9b380 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..092110609 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eac94b434 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dbf869319 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4938afab4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5f9e90ade --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..440901513 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..540234236 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0596a7c5f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..92a90823e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa07a9b53 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4bdf75d67 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ebb7d4d07 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fdfcb81e9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..097e333d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79154f643 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..99a8e7aee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04ee5271e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..25a410cda --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ba2cd77e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a74711f69 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..360ef8239 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1380220ae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8c7b2a598 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cecc2e246 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b1d345e72 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a27515cbb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a0553194f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85da725af --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ba481e49 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5998623ac --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0477d5490 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..952fe4dec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf49869ae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ea48ae6de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a4d2a6b0a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9c84d5644 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ae34a96ae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a889f807e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..58a47918c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d35fe457f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a9fa269d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ca1eb5eb5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..76730788f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad0f265c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..769ef960e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..70191522e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..057fb79bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1487da8a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3dd9a7f7e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8e9cc9f80 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a2b6c433c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c28c4f564 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d84b51188 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..89dbf79b5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..59fa52272 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ae342b9c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..45c903135 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7e1f37b72 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0d91bf4c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..768007108 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..72728ec1a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1679e88e4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2c5794cba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..650d775d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c2a6a32dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb92c369d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd408974f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8d6e357a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ae2a4e444 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b024994e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4d70e71da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..88c9fcc56 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8665ccdf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9febee34d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..932dfa35f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..36cc2c011 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0bf046530 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..054aed06b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f93650f4a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3955b4558 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ed1f0774 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd21acd1a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fa610e8c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4512b1929 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..091dcdb0c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f7ae7fae9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c64fc3a40 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..687473558 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..724db7357 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d4b95862f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed42c2ad0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ea012f08a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a1b0c2bac --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..485224ae4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..080553bab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..06ae571cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1758f6711 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..848a2a9f5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5112c8b23 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15ff05acc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bc9be1da6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f0a18ba37 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8fa0d6095 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..51b2faadd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..914b22181 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c24994bb7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5a9d73ebb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f7eb38ac4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..11ece9bc4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e55816815 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15b00a1fc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..117dd530f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dc4f7e8f6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..05e943cf9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..008221bfb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f8cad175a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..43ef87c98 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4badeb291 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b6880dcc2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61e6991b3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c58d1bb89 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fdb8eb4fa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf0fbcd66 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eb61d2592 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9754feab7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..90d9622ad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ce770738 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2fe4ed178 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ee0745849 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f9c05e034 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd792d10c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8ad36fd9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bc7444d71 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4076838fe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eaac30844 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a060da0dd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad6f94d61 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..adef018b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b6de9e277 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..66e9a60f7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a4771fdc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7f9b05f24 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..680729ce9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..71ec2b0a0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e89edb251 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5b7203bd3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c952af49c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b48743953 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d15a22143 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f83a97c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..671e64947 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..06d0fb259 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ab1b32374 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7bb2dc8c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a1ae3eac0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4521bede1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..878c426f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d3e8a685d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1ea9c4ce2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..98031e473 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..238933d5d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3bf62e57c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6a2b7d8a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f37182289 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ccdb6953 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6219e909b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ecd43e4c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ada84d6ee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1558e9981 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..747652746 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b42d97dbe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8b115d5a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..73b830c71 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..470308d14 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5b07a9ee1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5125185f7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ff1f4adfa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..781e07cb3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..785b749f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..655ebd32e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..06385a14e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa0a2b0e4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..56f3883da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cdba10336 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..84346cad8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..921870c68 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..28bad7a1c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..13480fef2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..652580da2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3b0f40338 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..88e03ded8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..37d28bc4e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bcae05a62 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..488d272ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe9e08f2c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c74b6d671 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..107dd14a2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04caf916a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a2930c9f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f3b1886a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..610c70d56 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..703259888 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7fe4d8411 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..319eab079 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..64b18db89 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f5bebec8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f07c7b884 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a37a65d75 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4ce9095fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d52e80ad3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..16c9b992d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b3226d13c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2039b4ab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6bf44421b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b57b57ead --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9aceb8954 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c0fc96d14 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..754132b00 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1e3153b8c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..73e9097a8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..295fb3701 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..520e8d38e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d58647746 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..64992dbb9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..08699dd3a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f69360a0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..17adf8975 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b5ee25feb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5f2572615 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..309bc5393 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2f7cdd1b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f4629c51f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e068180c7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7c1cc8fcf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6f16a893 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e37b628e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8436ab77c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..675591726 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..05c45284b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..76ed5942e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c6ef18d78 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b9d87095b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..248eed012 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f719f7794 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..113f8bd55 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f0fa36e9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b972f7e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9ed21f290 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f8eaac43e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5c78daaed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..54f218d56 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4bcbdf8e0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f329ef398 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14ee535a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1569ea848 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f7d36114d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..75b95611c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f8bd700d0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..30f940759 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8c41041a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..568ed35a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d87ba7ecb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..81bd72026 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d29561e9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6931c279e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dcad6d00d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b10a06980 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f357f1a55 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ccacfd3c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8d1fe69ae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4380c08a4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..60c4b945a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b68b72b4b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2f2f76e1e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb58b630e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34b1002f5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d767f0d73 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1658b9b90 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..50359a62b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..90b3eca78 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..894e776d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..70f5b527d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..32fe279dd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6f81ac85c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4592277f7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..95de48e6c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3efa8bbaf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..915424c2f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..12a3d9589 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1af9b52a1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c55d5500 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7c159efdb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e0aecd2bc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..384a80cd2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..058933f36 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f4bdb7428 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9116303bc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d6073293d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2cf48554c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8264d80df --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..46f1822a0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..12192cae2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a381874d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a0d84020b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d3d4832ad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..92ce9b45c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..72c4f30ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ebb1c1bc9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e956fa426 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fee1e5080 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2dad21369 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4352cfb92 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6cf81b589 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a296d1981 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..86b7ba99a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..709020008 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..329b5510b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..768f638de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5abeaa599 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dcf84809d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3fd0878ac --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3cfa4b12f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0fa7a4ad5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b618f4565 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..435dfb484 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9ae1ee1a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29055394e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad1dd96e9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5e1d9f8a8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ce95b1418 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..94438cc75 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c964b24b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b8aee0c0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04bb99cef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1af699a2d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..92052796d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..793904642 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2c0eedd9b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3cd0e7073 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9f8c92b50 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..18302c107 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f6b578f96 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9091ba4a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ff480a240 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7c8f754e0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9534c4acb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..248263bc3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..116ecc9b7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dc030c9c9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cbd932425 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40fdaaf2e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a2d56cd73 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7cada81f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e51c80407 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c20156791 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2eae910d6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c0aad9919 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9f09682c7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9c0f2a20 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3314a7769 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..731a8595a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2496414ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..350f99937 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7244d142b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..013cf9df6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..35ad4670b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..550d04356 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ffd73ee9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..442fd5195 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b894e7028 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4ae70594c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..153db552a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..68a648241 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d3a579b03 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6b0972390 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..95be5c39e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..db4654d7f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5345c009d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..30ef7475b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f530eb5ee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..93e95bea6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c529c49f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..766ab846f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..54d2dc54b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a7185d7ab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a9e01549f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..203cb0f80 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4fe1093b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..60db22260 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2629e77ab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dff0586f4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8d3b0bb3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..edc134c97 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15d94ff79 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..43d310a8f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a34c583df --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e8548954d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a5548f3cb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a9752bd6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9c9e5e434 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..586b6f412 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..60397c316 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5c96e185e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a25587b84 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6454d4d26 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..643e50099 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..80b8f0231 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ac715bb15 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..60fd1aa92 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ef75edff4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..faab1e607 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..56a6aa0c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..db6c42939 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ea4f7dbf8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..58270e272 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..53326e169 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..46034c14e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..11b25a923 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f922e64a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e619f5992 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0e23b255d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1a1f9f1bd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1e54444d0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f21304f2b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..399952fcf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9b0ffe565 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc6d0843b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..33ca54c69 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..65dbd2c24 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f6fb974f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34307c635 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1261825c7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9ee24148e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..919591c12 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..348e31277 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc2d8f35e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e1c68e90b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6320ddae5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..306c4c4ee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a715c204 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed3794815 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe0ec183d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9cc632d05 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..733f471ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..faafecce7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..693cf9cff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..45562f4eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c04aa121d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dee791cff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..56efb3280 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..355e2d8e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f9b2c2cdf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c58edc455 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0358cf4ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f87635114 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..091d0e8b4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..30244b9bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85a48d82c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..93007acd6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8425cc521 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..048a9ce0f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0dd993263 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cfb9adb9a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3b87a6346 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2feb0dd18 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61eaaf829 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1ae98337d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..071afffe1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0aa063c38 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d023a0b0b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c1436d01 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..78df1940b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ac0bfb4e2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..66204fc41 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..938dc6448 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..87e14e94e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6443ad40e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f370b3e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3de868817 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d82f74772 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a784a431c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a3ada74c7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf4e81bba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..110288ae0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..95e7ecc58 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0b1fac024 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6bd1e7418 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f70e5f59 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ffc37901 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ef8229c5e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..485c3cb46 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c68ee71cb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9000cc5ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e3628a724 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b67669e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e3aa5fc59 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..36481fda0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1ce50c211 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..74529025f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..786508609 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2364a7d53 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..24bb918e0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e28228933 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7278328fc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f550cc03 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd82d268e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8fecd7eea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..473bf2754 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..50a0c1e4f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..17616b944 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..590844aef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f1a3a025 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d75a7738 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b2855e204 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..88acdd513 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aba7b6e81 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57a6a5a99 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df4d5a55e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2066be9e4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..652dab1f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2a2998e1b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7781fb9fc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ca2e8e36 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aafa68c27 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..68cdf8df5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f05de4f6a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0bfe650c7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c2618724 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d1e33b211 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..45ad8a0d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a0fbd5887 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f438f407c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5fcfba832 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..94355f0e6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fba8ca083 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..12885c6fa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9000f447 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b2a0836d4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15bd66140 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34f4e7546 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f9b8eda71 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f6db284d6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4386f8da2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..518faee64 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4d89198d8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb14f8020 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..12eed8641 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..976bbd0e0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3d3767228 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c232775e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..19a428ef9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..810c1eb05 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c2fb5c6d7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ea80d0097 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..47a6773e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5f6004889 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a8fed9f9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa4cbdf05 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc139351e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..131b5aeb8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..76c009e54 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f94516950 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2b81ba9c5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fa3b1b414 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..64aa81e9b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..680b8f1c3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..982da0172 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1bcc910cc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..58985b653 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d6de4a7bc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8b78e6b29 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e20efcfed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85c883775 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..11e43ad6e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8080371d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a9c868a1c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4765036b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b7815ba7b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..776887682 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6368ff709 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29119410d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1b7a0e4aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..47110b799 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b3f769274 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6d725381e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c721c68b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e1684604d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c444ff77 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..67db72a36 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b9475e1aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a042f518 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..050cd07c7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..980523cd3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..32cd7e8b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ad040634 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..362e1fee7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cbf366bb2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23e7b5b16 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..87c1b242a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..297d4763a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c78f3296 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5231a56d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..87541d84e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d08c80d28 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e65c266cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7927bbd90 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a509a0732 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..36d5e3e5d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b2219e62 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5e392c470 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e5dc52204 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..98e6c47b3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9cfcc8950 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..73ba72289 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3dcaaad55 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8b8733c5e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8cc8b0602 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e32f5f555 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2dd641be6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e297ae494 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29fd95ecb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf30b44b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5fc1cb599 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f4b6616bf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a760a3693 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2dc5ece47 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d95d940c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48473f9d0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c5c5fda83 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..577177676 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b0dbdbe47 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..642a16020 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2cd1533eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d7b3c6692 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15cf749c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed033c806 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9eee7feee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ca2db0bb6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..75078fe41 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b6076bdc5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5aa632cc5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dabe9a2ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4bb4857fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2c34d022c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f6e178411 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed621820c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3566dc0d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c4dd3d2c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d00946dd8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..db7f60256 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1fb383270 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b2d0ece20 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3d9e68cbb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..086f17676 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0c8b6c6a8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2e20bcbf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d5666d48a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df8183277 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7df7aa3cc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2bfb0816f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0088c7af7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f03259409 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..80985dacc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..75e8e4818 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e946687e1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d65b04cb8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e28cbf39f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ea69e5d31 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6fb816b6c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e5f439a7c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2b68b7c6b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48535d46d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8beef646c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c48423182 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fad3b0a44 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6ca2b44c3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..abe91a2f2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9cd8902f9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e3218c404 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b92dea908 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e0f63a3aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9459ddaf3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a66927fa1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ac90c7ecf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7a47a7ee7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..645942eca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b813b3170 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eed25e5dd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c1b64d400 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..24eba2753 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d66ac80fc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..37c46a8a0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dbaaf7991 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a0c3800bc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c78806ac --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7495a6958 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c23c94b21 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79e27f559 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..306dd6a61 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ee20f1236 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9885c90d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..497cfdbf6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7c6fcaaaf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fdb4a9856 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f7fd1cf4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..edc9b80bf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..caba658d9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c5249a386 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..75c3b792a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..84b81fda5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ebff9fed6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6b4740f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cff526b65 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb16efbfb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6aaab7c95 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c3b1ef866 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4831a2ca5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ac6910f02 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..551c0dc06 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a5176bbad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..33bd1398c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f54bd666d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8074f7cd4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8333a8b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e688e50eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9717d4ca1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb329d6e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79964f5a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0cc825ece --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..de228c243 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..412aec298 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..512748c66 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..52722c8a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9201e5c2b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b5b7eb1ce --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49a24dbb9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4029e692d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9b22844ab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..45cd73195 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..73ca51593 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a45f26d3f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..86fea5a8d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..09981e5fd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d9d716fdd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a5c23f3c3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3d65fbf55 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8333a8b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e688e50eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9717d4ca1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb329d6e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79964f5a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f94e68ebb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dfde1e399 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f7eb8bc09 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..33a71e1c9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..13642890d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..55113b716 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a511a23c2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..af8cb7d4f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e7ee06985 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8bff907cc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ebac3b7c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..191418a6a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d1b573d43 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..73802100b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49d78dfb9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2ee671681 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..03c1ac366 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dec5e45f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e98da07dd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..765ecd320 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a098acf5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8333a8b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e688e50eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9717d4ca1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb329d6e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79964f5a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..02b5974ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa16f8d75 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c3ffd1026 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..070cc7985 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0d12f9241 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ac1dae77e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5d92ead8c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2c7216ffa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e9f800c3f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ba23285a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df776a555 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2a6d67386 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..062d4920e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f6e092cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c4cec49d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..694429f9a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0a7726ad1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c5788e18a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a238ae9c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5834a9e7d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d59bf0e7b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b52a7bebf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3d6111dd1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5b25362fd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf10f6e2d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8506a4f85 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c97af5322 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6a0546245 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e867bc272 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f6bfec8a6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e59616037 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fa36e8a43 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..86b923643 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fab25445e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fa15277ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4fca8356d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf359e9d6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8333a8b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e688e50eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9717d4ca1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb329d6e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79964f5a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0bfe17dfc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d627731d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b2fe79fae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8b4bb2f13 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b5a74dd58 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4205f26da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..82a1701dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5c3cac0f7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1dc3d723b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2acad7a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a82d7779 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..90330ece9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4852299f8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9bc2e5af5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2b002d911 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..86e98c0c0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..70112aaec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6b6ec2f4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e0d78f59d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..387c25d7b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e896d3878 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d071bc39f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..199125369 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..92225e745 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8b6ef28d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a710ca5c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8333a8b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e688e50eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9717d4ca1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb329d6e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79964f5a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0798e7753 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c34949f88 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4198c8fc8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a5ad27ad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..73addfb8c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8047c0a8d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1c05bf9e8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ea8afe97 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..153a1fbb6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f611ac66 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..141bb7e63 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3541765b7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe81c7829 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..662036138 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f3e518867 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9039bbf1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7dc72e4e2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc745cb4f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a4b05a339 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a880fd3ee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0e2942cef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e7a0a3e6c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c3599a8af --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b942a5992 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..640d9f1c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5dc94c6fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9785a899 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..774e402f4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4cf662ace --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..42881a578 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4ce979ae8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8333a8b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e688e50eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9717d4ca1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb329d6e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79964f5a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..74cc3a155 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a3ae311cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..254c4e576 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c40af61e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f88adac4f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eac7a6702 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..37e8c4b29 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ddbacdbec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..25f393b0f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1616363ea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a94040ebf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..973ecb5eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e46219726 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8333a8b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e688e50eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9717d4ca1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb329d6e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79964f5a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..005182156 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..68d444434 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4dd0097d2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ceb0948c1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..41ef4d739 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..25cd7c312 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7618b3ac8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f97b5509a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ae4240ae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf16cff6d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1a805db40 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57bf839de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6befee2af --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8b2bfb4d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..10e13d28b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..269a5f35f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..828877052 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f19c317e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b2ac6bae7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..83e6298e0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0fb1ce5c7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6a391e1f6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c882a9dd8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2abeef656 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f9863f761 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..513915464 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..60da35e71 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b370f18b4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8333a8b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e688e50eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9717d4ca1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb329d6e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79964f5a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3de0f4bb9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7dc8e4e31 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..398b979fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..27bda0bf0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9be086a15 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..07e3803d9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e149dfa2a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..af938aa6a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c81442d70 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f1d841259 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..653ac43bd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4236fff7c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..435039df8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd9617b6e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..80ba59005 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a2740c5d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..99c596d6a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5e86f804d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a86787882 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bd40187ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6a6d187d8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..919f81120 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8333a8b8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e688e50eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9717d4ca1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb329d6e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79964f5a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a4f3b200f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e539d430 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29b3fe5da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..528cbeb47 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bed15d61e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2c0d83b18 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aff3f76e8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a6b3f5a2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eb94a5e50 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d74bb6c3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..63dcb1e45 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..859da3261 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aed5ddc12 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d494fd5ee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a35b045a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..496e77ba2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04532cc93 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eed051b9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ccd2e5ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad99482a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c6c86dfd4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..71cc87fb7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b84c529f2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5d2a0c1c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e18b75023 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a35b045a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..496e77ba2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04532cc93 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eed051b9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ccd2e5ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..36584a3db --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..baf199f5d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a35b045a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..496e77ba2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04532cc93 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eed051b9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ccd2e5ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a35b045a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..496e77ba2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04532cc93 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eed051b9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ccd2e5ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..496e77ba2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04532cc93 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eed051b9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ccd2e5ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eed051b9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ccd2e5ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eed051b9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ccd2e5ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..952ccfe59 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a2ba49471 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a3b3ddc29 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4daac31d4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4235cb41f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f6f4d7aa3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f2dd09b71 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1b2a41a92 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15e019df6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd145f6d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..162acb38b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa49ffac6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc2c23766 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b203ceb0a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14ff5ebc2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a770c273 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eb392054b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1d41104ff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5a57eab99 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..32eb83f4f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ed9b19bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8869baf5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..96b7d1f13 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d6544dca9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..938a9ecfa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b5208b095 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6107fe58b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a35b045a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..496e77ba2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04532cc93 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eed051b9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ccd2e5ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..885f15b9f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8c18f97a6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..354a76f1e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b6612b734 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..499ee76f5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..69c8d2d94 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8c14ea08 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f1773057d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..700cfdefe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..84dea1238 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..35db4afce --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..198b0b44b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23b76bd52 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ede61bc24 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7c64a583d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a825b7b56 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aeb452b2d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e12c93722 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9704e3844 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..266d26e72 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..945eceb04 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b9675dab8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..438941dd9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9cb8d84a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eb48727a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9d4eca692 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a530a4d75 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f6a0a1428 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d774337e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8dfca67ad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..040d87932 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe482eff8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..582073f6a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..38629233d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e11d42bbc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1ddc7f897 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61a23e205 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..89450b77c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a7531f51a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed254bfd9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15a7d4a06 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6ba473c6c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d3473bdb8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..762c86c70 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..729322b77 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7a9c7d30b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5d985b4b7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6a1f1fd77 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2aa4f0a75 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4ffa0304d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b5b56c66b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..660001968 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b2a62540 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..401d93a5d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..24a3f8e97 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2f07cd4f6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6e232d8a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b6d0c387f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1571e1bb6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f4995d9f3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b0c906c46 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..386eae91b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c6b45616c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f4810936e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0db63b380 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61cab269d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b9de912d6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dace856a0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04d6ed0c2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ae1a9ce07 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..966587f03 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e41e9a9a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f4b30c9c7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c3569c12 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b7a95e31d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f884c3965 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c5def246 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..62a1d4779 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..42008c8d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bacf22a80 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1efd364e8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40886cbdf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c6f043049 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d0582516e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b6efac7ac --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..713deaa3d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7a11710ef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..efca11dfa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5f96bae8d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e58dd4b55 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b5efffb0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cabec7ab4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d69e676aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..75d31f65c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1218fa99b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe65742c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fbf79d334 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48ae47e12 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf70d61ad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b072185ac --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f5fa6b270 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4d547b8dd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..137c8563f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..22e59d613 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f937ddc4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f7552c56a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd81f297b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fbbde2e39 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1a79e7307 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2b824e851 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f73dd78a2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..16e5c20a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2ad930d23 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9ff00936e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e9c60d4b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c969d1511 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0bb0598e1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c406622e1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b537c89f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f03aedc0e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b67269356 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7f022bdbd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d766013dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8e3af699a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a867d39ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ff62d9b0e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e2d9da3f6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..66f2bc769 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2a9ac3194 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..548f76417 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..26264f68f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5a4ed8ab4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5a554d383 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8167a5ef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ca9ef4b00 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b507aa455 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4571246e9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..38ea40412 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..92eab5581 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..102c532eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ddf7eb1ff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eaf95d922 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0fc5ee97e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a58d9f2f8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15e25f57b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3dbfa7f25 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a9b4bc18a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6403c873 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f3ce46f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb7a3d085 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e342b7544 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5a94db02d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c30cd5cc0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b350cc9c1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f9fd8651c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..68affeebb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..081e8b356 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9fb7e47e1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d59cf65ee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..62ba91b67 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..86e977ab8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3c98f6634 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4eaac512 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..82725b206 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..02315a0f4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b780c9d44 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..27665598c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..38298598c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..afc9d7331 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..712a9c6f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5019bf219 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a57068e95 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..04f926896 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ece78b749 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8ed7d29b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..572615dc1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..38fb8dab9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1e81c44af --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7f0632ce7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bef2bc7b5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9eb0aa5d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0808fa13f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..941570eb9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d94313fb5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f95bb305a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6ef92d4a8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..73324ea1e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a8a586a91 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ba3a643cc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bdcc61cb7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..700ca73ce --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8367a235 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85ad07315 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f0c2845d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..80910d3ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..077459132 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf98e55de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d0e590f1b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7981dd638 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3df7acd74 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23f66b05c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d78896eb7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..642fe672b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a5c32c121 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eac6fb9b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3519e0ca3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fa8b627db --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8972e52e6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9c63e8785 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bde35daa2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cb5848882 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe28c42d8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0db609f2c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..21ccd6850 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ec8b58ef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d32c31832 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..24e0246f4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0791adab0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dc0466a75 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9480e0a6e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e08d571aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..03585bf45 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49bf07c2a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..83fe5693b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6211ebbb9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e0bc520ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..653c42d61 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f1f93afbe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..42b9e73a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2e80a2a26 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ec4478c0a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f44c6843 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9d5fe39f2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cbea6eb6f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5dcc0887e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e80051012 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3eedcd60d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fbe735b48 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bfc4ae33a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..88596e77b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b92a9d177 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d812dc844 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..58b846410 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b960f6217 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bbd83df6f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..91be37591 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d87097dc1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f9da5a4e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..26ceed071 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..75ec02eb5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c98739ba0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe7b41799 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c4314c8fa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..877f171ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0a3816c63 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e407210c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4620a7bef --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5bf454b2d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9d7893a76 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7287de24d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a4dfc201d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d21d3ab23 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b84fd4e1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b1b07a32c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f884574cb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c1b02a170 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ebcbc338 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9c2fe6fb3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b924f4da4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6d78ea341 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3d23a618a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..54f8b03a2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6b7f74bab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..028c4c8de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b978739d9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49f0a0177 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6b2e161e4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2400736c7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3c36e0f46 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8cae88837 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f0456cb71 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..93a207c8e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..525ebf42f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7e14a2ef0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..35a45c5cf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dcab56c8e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0956bd865 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34a0a0fa6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e1e70ce28 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..adffa466d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23d554236 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5f8d1496f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7463829ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7e1a105f1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1ccd83c1e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..10e7498ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0cf1be810 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..047a27b8f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..659ad0239 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..243552789 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ddfb5ca2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..51ab253a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a465788e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..94e27ef47 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..880859cd0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..28719dc2c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bb898c625 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f9512586 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40be706e2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b1a6f2988 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5328eb775 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ced2d3487 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f39373eca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df7ca27b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1b1c93512 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..16910da1a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b7a53afe2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..522c171dd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b46330789 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49d9014b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0b79232b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d2e5dff69 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..27cc69e40 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c29f1a5ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..721e73772 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..337928141 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e6a86d9b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a81a722db --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b742300f3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..618d1be1d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf0b74e1b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..768f7b091 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..94f76ec51 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..499849893 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc44f2872 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1c456ce8e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..acf00b6c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2548ce50b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d88ab6601 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2fd6d1cc4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3035a8a7a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe574eec8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..021662247 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8fd790ea3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..18d990575 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..413ffc7e9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ce2a20930 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..106059cc4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ee6ed14d0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61c005359 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aaa7337bd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ef64be0a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..934a01b1b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..31ed4a9ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f73cdcc9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23377eba9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f9e808e9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6dac7049f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2711c1aa9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ee016e747 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a858b5ad5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79881aeb3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..569320b1b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..69c3a2b82 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e0086c935 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ecc6ea7bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..816944e14 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2ecc3f027 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6f94e0e79 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8cb90cee9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8276cac81 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ae22c88b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..13f6101cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d0b4e4017 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7adac99b7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1124926d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd983e460 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc6c4332c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6344ee8c5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd2bc1089 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..311c55595 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8d62b68c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..36a9fdfb9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b8863d81 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d460ade7b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..06be181be --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a80515d9d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..07b86f77b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..56b3f9ee9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a93d05d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..996abed35 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..592b0b32c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c7c62a34d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3111e64b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..363faf095 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8e82d82da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a8ea0aa1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..251dbafbf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..871504e4b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..50ac0ba1d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bb8fa66b9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4a7c8ab8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..113d27f97 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..939a811ab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1a81ee9bd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2192eb137 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5070026c4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..afb8e7279 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ee03aff90 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ab0660f33 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..22f98c8b2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b93d7aa43 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ee546e745 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f786cd2ea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..910e9bd06 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..11d15caa6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..87d7acdd6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b9da94de8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..83dfb5b1b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1543328db --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d002a874c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f1d80ee09 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b30c259a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f53c1870 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..116ecfb6a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..faba238b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c3896f58b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc8f4b782 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..98bc4b1be --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a970e9b30 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..70956473f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ca262367 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2a6492afb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6a5c9360 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..68d44344c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..05de88b2c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ce36bc360 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..26b18eada --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..32a5565d7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9b0140c52 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40c4cb36a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0303f4509 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..07d487eb7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9c2d1b443 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3e5391949 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1e215b31c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..adaf65e38 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..53b6f0a00 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7c108ec57 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1d18edbcf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ceba2f13e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6a78d52c3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f33d495a6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..03469b8b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a8508857c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8dce60dd8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a12f436a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ced4126d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b8013a57e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c4d9a1a0f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..59a984ed1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e610d03f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f7e7b4acf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85f54504c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e8b44c118 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9466c838c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..362a2cea3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3239ffa8f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bfad4cd0f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b5638a218 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..260952522 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1619cc2fc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..964bb944b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d18fac155 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fcf62b30e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a1c23415 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b507b398d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1ec65b525 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a890cc68 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bac16dca9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b7581d133 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c3469dbea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df15b61b3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9f2f91575 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1157ab62b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..94cff3bb8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e704b2e72 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..af58f9df4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..655e0d1e4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..89654d283 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed5fbb421 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..785fdbe19 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e584fd0d2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..655617cbf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c8ff18d42 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..08dda62e8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..93c80e60f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a3bce6fde --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..164bacd4c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..00d1c13bf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5671599b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..189e3f55c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b94c66e55 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c40056c9f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..671418072 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a47f1bfe7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..faad8e405 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ded0a425 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fea931c75 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d86f5e70c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa638e4d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15102a940 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ec679bcc0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ec1ec1691 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b98a1bb97 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..28347dbb3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dc5aaf7db --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..207df23b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7ee53eb28 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0e962f93f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..92c77cf27 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd90911f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..35a28d20f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..354728441 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ef526501c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9e68a5c59 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..296adf5a6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c703e7426 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b8e9da5aa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..130c7a26c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..736a77655 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3fe552ac2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed539fadb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..229b628f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6921035c6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3393a7478 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8a32d1224 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2005fde1a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48dc93328 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2b5e4541b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9dfd755d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..42ca022cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f520f7aff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..657bead3b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f66288718 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1cbcd4470 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b35b7ef6c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..18ebdb810 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dfb465dee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a8c7a7219 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bfb2ad450 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ec34c254a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a5b88e08b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a60fef904 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f3776c28 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..320752c32 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ecabf49c0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..da4c82123 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..63dbf9e7e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7659aba33 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4d43355db --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed56aa7dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5c3330eec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8dd76e5b4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..006983e5c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e15b4320d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7c3eee272 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..19089bd09 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7cef6234d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7fa2a0b82 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dfff9c841 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..513190495 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..10b528d3c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8be2022e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d12120d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9471d5a28 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cef75235b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29868a063 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b7bba8af4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4addcaf79 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f50e02ea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15c6843d0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..60c54bd1f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf2fb0045 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f365d8ed --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9845aa5fb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d81a6049f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..585327294 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..458bcbc00 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf7a8f167 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bfef443c2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe671cdd1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9819be26e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..44374371a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1bb287737 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8517f74e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7cb9fa110 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..67182c69a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3cd3a1e99 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6d06b5ef0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..be99d70fa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..088a0270a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b82967195 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7c3817f96 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a54e1e22e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23b87ed89 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..903c478c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6b5d790da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b427e30b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..befee915e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..298458cc6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..386bf4dc3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cb5fe83e1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d559815fd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1bd1af32f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3cc8186ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c94bc095a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..93180e972 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c348f1bb3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..945a68f95 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d31171130 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ff810e006 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cc5c28407 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..07944e245 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b89b1e239 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5e50c8985 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1f2c1670e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4f186d03b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e54fe061c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cd1f180eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e86c997ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4369affb0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57e00c261 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1bd75a67c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..12f45ade0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c87518469 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85574bce3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e9f69aaf2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..846627f83 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d461745cb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f97f80f7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..03a5c6421 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9e76cc7b4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e53d7238 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eea3348d6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..55a537c49 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..adb867a62 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49d6b5022 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4e2a5aa60 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61b1c519a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0b62ff4e5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5d7c626da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9729309f9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..41bf8f6f3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..740b10906 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3730581b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6e052833f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f1b8a5c0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f87804733 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..774ed2507 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..acc4ad16d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f07809d65 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2680a3725 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..544ba687d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..10206fa91 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b606ede86 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..88f0a6f7b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..819748832 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b8c903b68 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14fb4c69f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bc1e60952 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..468b2e49c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9bc837969 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7be121f73 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..607807102 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ecf42863f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..70ea54e13 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ce034977 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f044f8491 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fb7fec492 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..add062962 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..75e064398 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..02848dac0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5dc7d6ca6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..52f684a06 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..09fd97d39 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..927160814 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a5c064fa3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e5ab3f5b3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e0af4f62d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f71814ac4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49f02eb31 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0b8d7db3c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29546bf24 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c3a09dc8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b73f34366 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2111fc0b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8af093ec1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e2d8d7942 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d242a1e90 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0731ace7e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49410ddca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4ad58ee87 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3231b8344 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a273922d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f58f54dfc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4642f990f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eabb690af --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..52aa9ca03 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4498fb0f8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15edef43c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..790ed641c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c2fa3f7a6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40ae826d6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ffce3253d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aedd25e6e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..33cdfe113 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..99e6bed47 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e1fe74ceb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2aca3d22a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9811996b3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..870276c76 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1e9569d47 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1a9ddfbbb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..265f7e4d5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8af0a51b1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e84d612b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..323a158bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..619b2dbc2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..78f1b04bc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e440fde77 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..71918b89a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..50c07d01c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..284c994c3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eedc639c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f0a3f7a38 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..153fe2c1c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c03e567cc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ecc09a54 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..85aed4a7a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e7a8dff30 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0b6f69f12 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6371c3c31 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..94056e538 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..51e1a2a81 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..41559a859 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2e97b36b5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..68302b1a1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..53bcac474 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e8f7f1d87 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e6a06a7ad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b3868e1a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..436c52dee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0a91ddd65 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dd9206f07 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f30caac94 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b42cdad5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fe726dc15 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..08476193b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29a72193d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2948f6fde --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eb42082f3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c1805a95b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..719e2c331 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c76a587ea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..94a841724 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..745f24bbd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ad2b3f2cd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..009a73be8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e4311da9e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..21d3e5580 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f677d821a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ec47d96b7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..03a5a8eab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..67c279aa0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..91e636789 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..662502363 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..db4068d6d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ed68fc851 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..57df51619 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d56222a86 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b770976e0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..857e5aba7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..02f022348 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..438df1e90 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aa8856692 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f4679df4b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8c4ef0a5c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ebb85f5b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2b0f21b0a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1d9d46fd8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..74e746f51 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..be5b9e725 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..95c291c01 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a27f77c46 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e7ba8f77e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5b16ebbff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4860956cc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5f86fd8dd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf690a925 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d7247420f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b6623aeee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..52f28f1b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e8dbd68ec --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..959da84c1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79aefdd45 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..53e0889b3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8839ac12 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c3678cd39 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e8ff50d67 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1694883c0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b7166a4c9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..124a95782 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..102512ce0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..67ccfb235 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3018589f6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e2ba2c0c1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..350671ac4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a96ca07f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6b9b501bd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..45e456366 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c630b08bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..59e63a716 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..323a55944 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8bbf39f65 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..622c8c219 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b26aa00ee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23738997a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..63f6ffda0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b92169d5c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..47f00737b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..401cf344f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bf1a77ad8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5e227e3c3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ec178fdd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5acb2ddc3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aad66bdf4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e5649f526 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ffda5f9d6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f9133033 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4ebce5bdc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6729ea8b9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e386570a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a2d779439 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..949727f38 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..08fe5c66a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..357b3916a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d5684c920 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a301982fe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..88dcf9646 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..07135cee9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fa782b1b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..67fea2e01 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1e3af3cc6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..13addaafd --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0abd0490a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bcfe95b0d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e03aa2a27 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7351b085f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3dae9e46d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a872ae78d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a6a2f3b2f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..76465be11 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a5ae2a441 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b3fa1fd48 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6f3fda089 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7181ce9df --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1b4b1804f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5904317ee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..46a45367c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..81091deda --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..56deb07d9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..081d620ad --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a0b0c1b42 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..01c4e117e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6f6cd29bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..399e3f676 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9cfb186ae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..764bfece2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..34b6b1c74 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..56abbae19 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..79422fc5d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29065212f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3a239db4d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b3b34224f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e342ca675 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..73eada928 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a5e9cb88b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4bf33d413 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..40fdaa55d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b9984c9ee --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f47045876 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..22f6ef66c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f6c809e6e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0cdd0eb29 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..95000d72e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7fd6dc768 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7fc5d9f34 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e012b1350 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f547aa24d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..61cf1d445 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c5f5dbce6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cbb5f435d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..864b89daf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d36edded2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2eb5416dc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..35b38c92d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..01e6230b4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48142eb7c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..23ca35932 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..14c18a709 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fecc85581 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..aaff67345 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..06b913843 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d4792bc6d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..771de67a7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..decf7cf3f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..afeeeb472 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1ec39fdc4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c19451e52 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48a7f8b90 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9d995a30d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fc5156288 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..126f102b9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..26826d198 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..817fb9ddf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3782389d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6f4ab7920 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b29997c48 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..38990804b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..008e74348 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1323a740a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2a91c3acb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1cc8d58bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..22aa5b9de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a74a754b0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1eb5c05a0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4a02ddb19 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9137b30e6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eeaeab8bb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..789ca38f6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fd4abea6c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4593fd8eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..31761c3bc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6176d9a6e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cdd9a851a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6b5881b11 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..35cd57e03 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4b9a7fa66 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e12eb7eeb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4c934433c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c1cc17806 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a353a962a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..87d81f263 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9bd49c66 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..12f1ec82f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c1305e1ea --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..08e3ce247 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a0eff7548 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c894f0f71 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fa3e29632 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cf48db5b6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1cf25367c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bb9671030 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..67dead020 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7f76f41a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..25cc036f7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..df86ab678 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..39eb8716c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b0c79613d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d5d4f93e7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..48289eae5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..45d65cefe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7eef1dcd7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..704f4c36a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c86d3dd7c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4aa3ae705 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..071870e7f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..255246564 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7e9a12ff5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..209d3c9ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3a0ece364 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e4c39bd80 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..54a4dc7a8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..12b3ec1eb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0f6ea8420 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b51b2ca0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eab73ffab --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5f1f7770f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3c494636e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7dc7e5b70 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29418dc1b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b6112293b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a20802c8d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5caf653b3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..de675251f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..35796528b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1b24c18bc --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1990930b9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..787ce0d57 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..eff16972d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f3884eb1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..09da5e5f8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..31861dd7f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3f9225343 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..15de57ea5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d2ec6256d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c5c0c07a5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..99fec8dfb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..50cf2b922 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7bc2fc1c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b2c7e9c7 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2db9b8d71 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ef946824 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e7d952ade --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8f0331608 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..38d47c18c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..dc4e20cd9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..af6f6c12d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c9278b078 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c064a686e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ae226f90 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..719e970df --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..870b66f96 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7818e68d4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4743b8fc2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ec7ff2f75 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..da62a1664 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..93514f12a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ffe811594 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ef5808a4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..425a573da --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d27f9a9d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b40161c8c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8efd3ed62 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..54881ebfe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..02625c57c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a272ae9c8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..77125a69a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a4ec9a4f0 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3ae6b6b50 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..da46afc06 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..107923e4f --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..52e76a44b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3b1c99ee9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..586ebe5fa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c01d6240 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..fbee09120 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6a419c8f2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3d4ac2c9d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d8f7c0724 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..665b104ca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..98b07d21d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..18b9dd5fa --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5deb8e2f5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b9ae199d1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d398d6eeb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..96dcb88d2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..8e1166d12 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5785086ae --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..72a91bf72 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a4c903e8b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d0ad1b900 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..632f9e665 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a79702a8c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e791ba7a1 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..01119b85e --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b7fe8746 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f4206c89b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..af8c81f57 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9a1890626 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1545f12ce --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6b6a30dff --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a99bb29d4 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..777cf24a9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..923249cdf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7b1df63d6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..777eeb100 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7dc362705 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..271244a95 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..ac276b1e3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7a28fdbbb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..702288aa9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..702288aa9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..cbe986e17 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..49b3a61de --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..320936338 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..320936338 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..320936338 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..320936338 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..529be3009 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3cf1ddc93 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..3cf1ddc93 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..be10bdcce --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..77ef1a40c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29d4a4b23 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..29d4a4b23 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1316e58c5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1316e58c5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1316e58c5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1316e58c5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..86992a00b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..01cd7bf66 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9b677e10d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6c7e500d6 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7d052a6f9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..78d6bd313 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4fefe7428 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c5db5448c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d84ea5548 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..17700adf9 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..d7fbb97d3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..c1263ad5d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..71b9c5f50 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4352d3b87 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f7d3e3891 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1e6d91f19 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e134b7925 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..35e0be1ba --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..5ab895bca --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..4cfd97b77 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a17fcb2c2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..f8a0c854a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b4e4882f2 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1688a5d09 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..6985a4a52 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..75d08576a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..0ed56ebe5 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..1c4e4c9d8 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..bacb35170 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b7bd115bf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..01a6fb7bf --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a0168e26c --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..89682380b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..870a26232 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..63c8b3125 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..58f3534a3 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..a09acd432 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..89e0da09b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..e205eae76 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..28825234d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..857f7f159 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..611c12e42 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..930bbc12b --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7e1233960 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7bd6e013d --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..9e387ba61 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..7747b471a --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..2d49056fe --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b82c10eeb --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +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..b0493ad82 --- /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: + "2d85539cd05071ec4f91d6c4ee35d2adc44aa283" +x-reason-for-archiving: ["uninstallable"]