From a3149a486747fb0ef2d5c773190720de79c69930 Mon Sep 17 00:00:00 2001 From: Pierrick Couderc Date: Fri, 6 Jan 2023 11:41:18 +0100 Subject: [PATCH] Release: add back the two opam packages renamed during !7255 --- opam/tezos-smart-rollup-016-PtMumbai.opam | 24 +++++++++++++++++++++++ opam/tezos-smart-rollup-alpha.opam | 24 +++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 opam/tezos-smart-rollup-016-PtMumbai.opam create mode 100644 opam/tezos-smart-rollup-alpha.opam diff --git a/opam/tezos-smart-rollup-016-PtMumbai.opam b/opam/tezos-smart-rollup-016-PtMumbai.opam new file mode 100644 index 000000000000..9f4fc25da478 --- /dev/null +++ b/opam/tezos-smart-rollup-016-PtMumbai.opam @@ -0,0 +1,24 @@ +# 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/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" { >= "3.0" } + "ppx_expect" + "tezos-base" + "tezos-protocol-016-PtMumbai" + "tezos-protocol-plugin-016-PtMumbai" + "tezos-rpc" + "tezos-injector-016-PtMumbai" +] +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`" diff --git a/opam/tezos-smart-rollup-alpha.opam b/opam/tezos-smart-rollup-alpha.opam new file mode 100644 index 000000000000..1cf36123b271 --- /dev/null +++ b/opam/tezos-smart-rollup-alpha.opam @@ -0,0 +1,24 @@ +# 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/" +bug-reports: "https://gitlab.com/tezos/tezos/issues" +dev-repo: "git+https://gitlab.com/tezos/tezos.git" +license: "MIT" +depends: [ + "dune" { >= "3.0" } + "ppx_expect" + "tezos-base" + "tezos-protocol-alpha" + "tezos-protocol-plugin-alpha" + "tezos-rpc" + "tezos-injector-alpha" +] +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`" -- GitLab